home *** CD-ROM | disk | FTP | other *** search
- Unit spx_joy;
-
- {$X+,O+ }
- { SPX Library Version 3.0 Copyright 1994 Scott D. Ramsay }
-
- interface
-
- Uses dos;
-
- const
- gravis : boolean = false;
-
- var
- JoyMaxCt : word;
- stickx,
- sticky : array[1..2] of integer;
- button1,
- button2 : array[1..2] of boolean;
-
- function joythere : boolean;
- function joy1there : boolean;
- function joy2there : boolean;
- procedure setstick(h:integer);
-
-